home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / mint / netlib / lib / socklib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-27  |  117 b   |  9 lines

  1. #ifndef _SOCKLIB_H
  2. #define _SOCKLIB_H
  3.  
  4. #ifdef __GNUC__
  5. __asm__(".globl __Ident_socketlib\n");
  6. #endif
  7.  
  8. #endif
  9.